home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000082_news@watsun.cc.columbia.edu _Sat May 22 15:52:15 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA14025
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 22 May 1999 15:52:15 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA03844
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 22 May 1999 15:50:53 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: gqs@zip.com.au (Graham Smith)
  10. Subject: Re: Carrier Detect problems
  11. Date: Sat, 22 May 1999 19:41:56 GMT
  12. Organization: Zip World
  13. Message-ID: <374704bb.6578990@news.zip.com.au>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. On 22 May 1999 19:04:29 GMT, fdc@watsun.cc.columbia.edu (Frank da
  17. Cruz) wrote:
  18.  
  19. >In article <3746effd.1268253@news.zip.com.au>,
  20. >Graham Smith <gqs@zip.com.au> wrote:
  21. >: I have just set up CKermit 7 Beta 6 on SuSE 6.1 Linux and am having
  22. >: problems with the Carrier detection.
  23. >: 
  24. >: I am using a V34 modem...
  25. >:
  26. >Make and model?
  27. Maestro Executive E336V - Using the Rockwell Chipset.
  28. All the other modems called are Maestro Modems either V34 or old 2400
  29. Baud ones.
  30. >
  31. >: ... to dial a number of sites.
  32. >: 
  33. >How are you dialing?  With Kermit's DIAL command?  Did you give a SET MODEM
  34. >TYPE command prior to the SET LINE command?
  35. >
  36.  
  37. Unfortunatly I'm not at the site and don't have a copy of the script
  38. with me. Will check later today after I get some sleep.
  39. Yes using the DIAL commad
  40.  
  41. >: If I dial another
  42. >: V34 modem I do not have any problems but if I call a 2400 baud modem
  43. >: the  modem sends "CARRIER 2400" after the handshake tahes place.
  44. >: At this stage the CD lead is still low. Kermit appears to now check
  45. >: the CD lead and still being low issues a statemet saying  that I have
  46. >: lost carrier. 
  47. >: 
  48. >: About 2 to 5 seconds latter the modem sets the CD lead high.
  49. >: 
  50. >Of course the modem should set CD high at the same time it prints the 
  51. >CONNECT message.
  52.  
  53. I think the CONNECT message comes after the CD is raised or nearly at
  54. the same time which is well after the CARRIER 2400 message arrives.
  55.  
  56. >
  57. >If you are using C-Kermit's DIAL command, opens the device in the "don't
  58. >require carrier" mode so it can send AT commands to the modem.  After it
  59. >gets the modem's CONNECT message (word or numeric result code) it changes
  60. >the device to "require carrier" mode.  If your modem really delays 2-5
  61. >seconds before turning on CD, then your script can PAUSE 5 seconds (more
  62. >or less) before trying to do any i/o on the connection.
  63. >
  64. >Or you can use SET MODEM TYPE UNKNOWN, which ignores all messages from
  65. >the modem and just waits for CD to come on.  See the manual for details.
  66. >
  67. >: If I run this as a script the modem is disconnected before the CD lead
  68. >: has been set high. It does not matter if I set  CARRIER-WATCH OFF, the
  69. >: modem still disconnects.
  70. >: 
  71. >: The script was working perfectly under Solaris X86 using CKermit
  72. >: 6.0.192 using the same modems.
  73. >: 
  74. >: Any ideas as to what is going on?
  75. >:  
  76. >If the above suggestions didn't help, please send a copy of your script to
  77. >kermit-support@columbia.edu and we'll take a look at it.
  78. >
  79. >- Frank
  80.  
  81. Thank you for your quick responce. I will give your suggestions a try
  82. latter today.
  83.  
  84. Thanks,
  85.  
  86. Graham Smith
  87.